home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
circuits
/
irsim-ca.2
/
irsim-ca
/
irsim-cap-9.2
/
src
/
other
/
h2a
/
history.h
< prev
next >
Wrap
Text File
|
1991-02-25
|
338b
|
23 lines
typedef struct History *phist;
typedef struct History
{
phist next;
long time;
char *name;
short delay;
short rtime;
short ptime;
char val;
char type;
} History;
#define H_FIRST 0
#define H_FIRST_INP 1
#define H_NORM 2
#define H_NORM_INP 3
#define H_PUNT 4
#define H_PEND 5